home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / logbatch / automi.exe / DEMO.BAT < prev    next >
DOS Batch File  |  1993-12-01  |  705b  |  32 lines

  1. @echo off
  2. cls
  3. echo.  
  4. echo.  
  5. echo Install Auto-Might files to "C:\AUTOMITE"
  6. echo.
  7. pause
  8. md c:\automite
  9. copy *.* c:\automite\*.* >nul
  10. echo.  
  11. echo.  
  12. echo AUTO-MIGHT Demo Installation Complete 
  13. echo. 
  14. echo. 
  15. echo REMEMBER to include AUTO-MIGHT in your Autoexec.bat file.  Then 
  16. echo for best results, reboot your system.  Refer to your AUTO-MIGHT 
  17. echo Demo manual for more information. 
  18. echo. 
  19. echo IMPORTANT:   To print any of the text files in this Demo,
  20. echo including the manual, use the DOS copy command.  As an example,
  21. echo to print the Demo manual type:    COPY MANUAL.TXT PRN
  22. echo.
  23. echo.
  24. pause
  25. c:
  26. cd\automite
  27. del demo.bat >nul
  28. menue.exe
  29. automite.com
  30. autoedit.exe
  31.  
  32.